cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/113 - Particle Effect Animation/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
const canvas = document.getElementById("canva");
const ctx = canvas.getContext('2d');
canvas.width = window.innerWidth;
canvas.h
const ctx = canvas.getContext('2d');
canvas.width = window.innerWidth;
canvas.h